This document is maintained at: http://wiki.entlib.net.cn/entlibhelp31exceptionhandlingapplicationblock.ashx.
This topic discusses different aspects of the Plan Exception Handling Policy. It is divided into three aspects:
Determine
Exception handling Enterprise Library exception handling blocks (Enterprise Library Exception handling block) provide all the basic code needed to handle exceptions, and now you can no longer write these repetitive exception handling code simply by
Prepared by Xie Qidong
The Enterprise Library Exception Handling block provides all the basic code required to handle exceptions. Now, you do not need to write these repetitive Exception Handling codes, you only need to simply use them in the
This article demonstrates how to use the Enterprise Library-Exception Handling Application Block Exception management module, how to add exception logs to applications, and how to use replace handler to hide sensitive information. This article by
The unusual English word is exception, the literal translation is "The accident, the exception" The meaning, is also abnormal condition. In fact, exceptions are essentially procedural errors, including program logic errors and system errors.
A
Let's talk about the difference between exceptions and interruptions. An interruption can occur at any time, regardless of the instructions being executed by the CPU. the interruption is mainly caused by hardware such as the I/O device, processor
Directory
1. What is an exception2. D Introduction3. Custom Exceptions4. Multiple exceptions5. Throw the exception again6. Exception to program flow7. Top level Exception Handler8. Error code9. The SUMMARY
What is the exception.
With the advent
Exception Handling in C #
Level Author
Intermediate Anonymous
What World抯 wrong with return codes?
Most programmers have probably written code that looked like this:
BOOL Success =callfunction ();
if (!success)
{
Process the error
}
This works
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.